ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV Mobile 2024 feature!
Help / WLanguage / WLanguage functions / Mobile specific functions / 
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Removes a quick action defined for the application.
Example
action is QuickAction
action.Identifier = "ACTION_ID__SEND_MESSAGE"
action.Caption = "Send a message"
action.Procedure = "ProcSendMessage" // ProcSendMessage is a global procedure
action.Add()
// ...
action.Remove()
Syntax
<Result> = <Action>.Remove()
<Result>: Boolean
  • True if the quick action was removed,
  • False otherwise. ErrorInfo returns the details of the error.
<Action>: QuickAction variable
QuickAction variable describing the action to be removed
Business / UI classification: Business Logic
Component: wd290android.aar
Minimum version required
  • Version 2024
Comments
Click [Add] to post a comment

Last update: 01/17/2024

Send a report | Local help